NeXT TypedStream Data | 1993-08-22 | 1.4 KB | 31 lines
typedstream
IBObjectData
Object
CustomObject
Application
Button
Control
Responder
TextField
TextFieldCell
ActionCell
qThe mCD program is not running as userid root, and it must run as root or it won't work right. Either run it as user root, or use the chown and chmod commands on the executable so it is setuid root, and so any user can run it. Eg:
chown root.wheel mCD.app/mCD
chmod 4755 mCD.app/mCD
You will have to be logged into root to do the above commands.